home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / ABORT < prev    next >
Text File  |  1991-09-18  |  825b  |  23 lines

  1. =====                                               NOSview [137]
  2. abort
  3. =====
  4.  
  5. _________________________________________________________________
  6. abort [<session_number>]
  7. _________________________________________________________________
  8. Abort an FTP 'get', 'put' or 'dir' operation in progress.  If
  9. issued without an argument, the current session is aborted. (This
  10. command works only on FTP sessions).
  11.  
  12. When receiving a file, 'abort' simply resets the data connection;
  13. the next incoming data packet will generate a TCP RST (reset)
  14. response to clear the remote server.
  15.  
  16. When sending a file, 'abort' sends a premature end-of-file.
  17.  
  18. Note that in both cases 'abort' will leave a partial copy of the
  19. file on the destination machine; this copy must be removed
  20. manually if it is unwanted.
  21.  
  22. >> Example:  abort 3
  23.